home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / iff-rgfx.readme < prev    next >
Text File  |  2004-09-23  |  1KB  |  39 lines

  1. Short:    New IFF graphics file format standard, Rev 2.0
  2. Author:   info@ar-kleinert.de
  3. Uploader: info@ar-kleinert.de
  4. Type:     dev/misc
  5.  
  6.  IFF-RGFX: An extended graphics file format for
  7.            Amigas and compatibles using XPK
  8.  
  9.  Author:  Andreas R. Kleinert
  10.  Date:    V1.0 16 Nov 1997 (16.11.1997)
  11.           V1.1 26 Nov 1997 (26.11.1997)
  12.           V1.2 07 Dec 1997 (07.12.1997)
  13.           V2.0 28 Aug 2004 (28.08.2004)
  14.  Contact: Andreas Kleinert <info@ar-kleinert.de>
  15.  
  16.  Credits: Peter Bornhall, Marcel Offermans, Achim Stegemann
  17.  
  18.  
  19.  A typical structure of a RGFX file (recommended) :
  20.  
  21.  
  22.      FORM-RGFX
  23.  
  24.        RGHD     Image Header
  25.        RSCM     Screenmode information
  26.        RCOL     Color and transparency information
  27.        RBOD     The Graphics itself
  28.  
  29.   Additional (optional) chunks should appear somewhere
  30.   between RCOL and RBOD.
  31.  
  32.   Please refer to rgfx.h for the chunk specifications
  33.   and allowed standard chunks.
  34.  
  35.   A few optional third party chunks are discussed
  36.   in the following. These are not part of the
  37.   format specification and should be considered
  38.   private, proprietary extensions.
  39.